/**************************************/
/*************[公用start]**************/
/**************************************/
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
}*/
/*主站变灰*/
/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/
/*淘宝变灰*/
/*百度百科變灰*/
/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/
/*百度百科變灰*/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	position: relative;
	z-index: 999;
}
.header-1{
	background-color: #fff;
	height: 100px;
}
.logo{
	width: 401px;
	margin-top: 12px;
	margin-left: 26px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.search{
	position: relative;
	margin-top: 26px;
	width: 312px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 44px;
	background-color:#fff;
	border:1px solid #e3e3e3;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 8px 45px 8px 10px;
}
.search input[type="image"]{
	position: absolute;
	right: 12px;
	top: 12px;
	width: 21px;
}
.language{
	width: 124px;
	position: relative;
	margin-top: 26px;
	margin-left: 13px;
}
.language-span{
	height: 44px;
	line-height: 44px;
	border:1px solid #e3e3e3;
	font-size: 16px;
	color: #333;
	padding-left: 52px;
	background-repeat: no-repeat;
	background-position: 15px center;
	position: relative;
	cursor: pointer;
}
.language-span::after{
	position: absolute;
	width: 12px;
	height: 7px;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 18px;
	right: 10px;
}
.nav-wp{
	position: relative;
	z-index: 500;
	background-color: #004998;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	width: 11.1111111%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	border-left: 1px solid #618fc1;
}
.nav>ul>li>a{
	display: block;
	height: 58px;
	line-height: 58px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/
	background-color: #004998;
}
.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#013b7a;
	/*font-weight: bold;*/
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #004998;
	border-top: 1px solid #004998;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #013b7a;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
}
.fafa .slides>li{
	height: auto!important;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.fafa .slides>li img{
    display: block;
	width: 100%;
}
.fafa .flex-control-paging li a{
	width: 13px;
	height: 13px;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 51px;
}
.fafa .flex-control-nav li{
	margin:0 6px;
}
.main1{
	padding: 30px 0 40px;
	background-color: #fff;
}
.toutiao{
	height: 120px;
	background-color: #f9f9f9;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/tou.png);
	padding: 30px 55px 0 175px;
	text-align: center;
}
.toutiao h1{
	margin:0;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}
.toutiao h1 a:hover{
	color: #d22314;
}
.toutiao p{
	margin:0;
	font-size: 14px;
	color: #777;
	margin-top: 12px;
}
.main1-div{
	margin-top: 30px;
}
.title-11{
	text-align: center;
}
.title-11 h1{
	margin:0;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}
.title-11 h2{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	margin-top: 12px;
}
.main1-div-con{
	margin-top: 35px;
}
.main1-1{
	width: 655px;
	margin-right: 25px;
}
.fmain1 .imgbox_a{
	padding-bottom: 63.664%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 0;
	height: 53px;
	line-height: 53px;
	background-image: url(../images/heidi1.png);
	padding-left: 15px;
	padding-right: 125px;
}
.fmain1 .flex-control-paging li a{
	width:16px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	text-indent: 0;
	font-size: 12px;
	color: #000;
	background-image: none!important;
	background-color: #fff;
}
.fmain1 .flex-control-paging li a.flex-active{
	color: #fff;
	background-color: #fea101;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 5px;
}
.fmain1 .flex-control-nav{
	height: 0;
	bottom: 34px;
	text-align: right;
	padding-right: 13px;
}
.main1-2{
	overflow: hidden;
}
.main1-2 .more1{
	margin-top: 25px;
}
.main1-2 .more1 a{
	margin:0 auto;
}
.main1-2-dl{
	border:1px solid #f0f0f0;
	position: relative;
}
.main1-2-dl dl{
	margin:0;
}
.main1-2-dl dd{
	float: left;
	width: 25%;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
}
.main1-2-dl dd+dd{
	border-left: 1px solid #f0f0f0;
}
.main1-2-dl dd.cur{
	background-color: #004998;
	color: #fff;
}
.main1-2-more{
	position: absolute;
	right: 25px;
	top: 13px;
}
.main1-2-more a{
	display: none;
	font-size: 16px;
	color: #333;
}
.main1-2-more a:hover{
	color: #004998;
}
.main1-2-more a:first-child{
	display: block;
}
.list01-wp{
	padding-top: 10px;
}
.list01-wp .list01{display: none;}
.list01-wp .list01:first-child{display: block;}
.list01 dl{
	margin:0;
}
.list01 dd{
	position: relative;
	font-size: 15px;
	color: #333;
	padding-right: 80px;
	height: 47px;
	line-height: 46px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/list01.png);
}
.list01 dd+dd{
	border-top: 1px dotted #cecfd1;
}
.list01 dd a:hover{
	color: #004998;
}
.list01 dd span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #333;
}
.yao{
	margin-top: 40px;
}
.fyao .imgbox_a{
	padding-bottom: 11.57%;
}
.dj{
	margin-top: 40px;
	border:1px solid #eee;
	padding: 8px 0;
	position: relative;
	padding-left: 42px;
}
.dj-title{
    position: absolute;
    left: -1px;
    top:-1px;
    bottom: -1px;
    width:42px;
    color:#fff;
    font-size: 16px;
    line-height: 1.2;
    z-index: 300;
    text-align: center;
    padding: 22px 10px 0;
    background-color: #D01D1F;
}
.dj-list{
	padding: 0	33px;
}
.dj-list .imgbox_a{
	padding-bottom: 25.17%;
}
.dj-list .owl-nav button.owl-prev{
    position: absolute;
    left:9px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    background-image: url(../images/left2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.dj-list .owl-nav button.owl-next{
    position: absolute;
    right:9px;
    top: 50%;
    margin-top: -10px;
    width: 12px;
    height: 20px;
    background-image: url(../images/right2.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.main2{
	padding: 40px 0;
	background-color: #f9f9f9;
	background-image: url(../images/main2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.main2-dl{
	overflow: hidden;
	height: 358px;
}
.main2-dl dl{
	margin:0;
}
.main2-dl dd{
	float: left;
	width: 100px;
	height: 358px;
	position: relative;
	transition: width .3s;
	padding-left: 100px;
	background-color: #fff;
	overflow: hidden;
}
.main2-dl dd:first-child .main2-1{
	border-left:0px solid #fff;
}
.main2-1{
	position: absolute;
	width: 100px;
	left: 0;
	top: 0;
	border-left:1px solid #fff;
	background-color: #a4b9d0;
	bottom: 0;
	padding-top: 48px;
	cursor: pointer;
}
.main2-1-ico{
	width: 40px;
	margin:0 auto 30px;
}
.main2-1-ico img{
	display: block;
	width: 100%;
}
.main2-1-ico img.himg{
	display: none;
}
.main2-1-h1{
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 0	35px;
	line-height: 1.1;
}
.main2-1-num{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	color: #c4d1e0;
	text-align: center;
}
.main2-2{
	width: 900px;
}
.main2-2-pic{
	width: 358px;
}
.main2-2-con{
	/*overflow: hidden;*/
	width: 542px;
	padding: 50px 25px 0;
}
.main2-2-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.main2-2-con p{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height:2;
	height: 6em;
	overflow: hidden;
	text-indent: 2em;
	margin:22px 0 90px;
}
.main2-2-con .more1>a{
	border:1px solid #aaaaaa;
	background-image: url(../images/jiao3.png);
	background-position: 80px center;
}
.main2-2-con .more1>a:hover{
	background-color: #004998;
	border-color: #004998;
	color: #fff;
	background-image: url(../images/jiao3h.png);
}
.main2-dl dd.cur{
	width: 1000px;
}
.main2-dl dd.cur .main2-1{
	background-color: #004998;
}
.main2-dl dd.cur .main2-1-ico img{display: none;}
.main2-dl dd.cur .main2-1-ico img.himg{display: block;}
.main2-dl dd.cur .main2-1-num{color: #fff;}
.main2-1:hover .main2-1-num{color: #fff;}
.main3{
	padding: 50px 0 45px;
	background-color: #fff;
}
.main3-1 dl{
	margin:0;
}
.main3-1 dd{
	float: left;
	width: 25%;
	text-align: center;
}
.main3-1 dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
}
.main3-1 dd h1 span{
	font-size: 45px;
	font-family:'Impact';
	color: #ffa200;
	padding-right: 5px;
}
.main3-1 dd h2{
	margin:0;
	font-size: 16px;
	color: #555555;
	margin-top: 10px;
}
.main3-2 dl{
	margin:0;
	margin-left: -2%;
}
.main3-2 dd{
	float: left;
	width: 31.333333%;
	margin-left: 2%;
	margin-top: 35px;
}
.main3-2 dd>a{
	display: block;
}
.main3-2 dd>a:hover .main3-2-h1{
	color: #ffa200;
}
.main3-2 dd>a:hover .main3-2-h1::after{
	right: 10px;
}
.main3-2-pic .imgbox_a{
	padding-bottom: 52.57%;
}
.main3-2-h1{
	height: 75px;
	line-height: 75px;
	background-color: #fff;
	padding-left: 25px;
	padding-right: 100px;
	position: relative;
	font-size: 22px;
	color: #333;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
}
.main3-2-h1::after{
	position: absolute;
	width: 67px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jt.png);
	content:"";
	top: 50%;
	margin-top: -4px;
	right: 18px;
	transition: right .3s;
}
.main4{
	padding: 60px 0 80px;
	background-image: url(../images/main4-bg.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}
.main4-dl{
	padding: 20px 0 35px;
}
.main4-dl dl{
	margin:0;
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.main4-dl dd{
	display: inline-block;
	padding: 10px 25px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
}
.main4-dl dd+dd{
	margin-left: 15px;
}
.main4-dl dd.cur{
	background-color: #d22314;
	color: #fff;
}
.main4-div-wp{
	position: relative;
	overflow: hidden;
}
.main4-div{
	position: absolute;
	width: 100%;
	left: -150000%;
	top: 0;
}
.main4-div.cur{
	position: relative;
	left: 0;
}
.main4-item{
	padding: 60px 30px 45px;
	background-color: #fff;
	transition: background-color .3s;
}
.main4-item h1{
	margin:0;
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	font-weight: bold;
	transition: color .3s;
}
.main4-item h2{
	margin:0;
	font-size: 14px;
	color: #888;
	margin:15px 0 20px;
	transition: color .3s;
}
.main4-item p{
	margin:0;
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	height: 3.2em;
	transition: color .3s;
}
.main4-item .more1{
	margin-top: 45px;
}
.more1>a{
	display: block;
	width: 110px;
	height: 39px;
	line-height: 37px;
	padding-left:13px;
	border:1px solid #e4e6e6;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	background-image: url(../images/jiao2.png);
	background-repeat: no-repeat;
	background-position: 87px center;
}
.main4-item:hover{
	background-color: #d22314;
}
.main4-item:hover h1{color: #fff;}
.main4-item:hover h2{color: #fff;}
.main4-item:hover p{color: #fff;}
.main4-item .more1>a:hover{
	color: #d22314;
}
.more15{
	margin-top: 7px;
}
.more15 a{
	font-size: 16px;
	color: #333;
}
.more15 a:hover {
  color: #004998;
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-color: #eff2f4;
	padding: 60px 0 95px;
}
.er{
	width: 135px;
	font-size: 16px;
	color: #333;
	text-align: center;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 13px;
}
.foo1-list ul{
	margin:0;
}
.foo1-list dl{
	margin:0;
	padding-top: 18px;
}
.foo1-list li{
	float: left;
	text-align: center;
}
.foo1-list li+li{
	margin-left: 55px;
}
.foo1-list li h1{
	margin:0;
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.foo1-list li h1 a:hover{
	color: #004998;
}
.foo1-list dd{
	margin-top: 12px;
}
.foo1-list dd>a{
	font-size: 16px;
	color: #666;
}
.foo1-list dd>a:hover{
	color: #004998;
}
.footer-2{
	background-color: #42424e;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
	padding: 15px 0;
}
.footer-2 a:hover{
	font-weight: bold;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 285px;
   margin-left: 15px;
   margin-top:12px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 75px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: auto!important;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: block;
	width: 100%;
}
.erji-top{
	background-color: #f6f4f4;
}
.mianbaoxie{
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #999;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #db3425;
}
.erji-nav dl{
	margin:0;
}
.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 60px;
}
.erji-nav dd>a{
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	color: #333;
	padding: 0	5px;
	position: relative;
}
.erji-nav dd>a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background-color: #db3425;
  bottom: 0px;
  left: 0;
}
.erji-nav dd.cur>a::after{
  width: 100%;
}
.erji-nav dd>a:hover,.erji-nav dd.cur>a{
	color: #db3425;
}
.erji-bottom{
	padding:50px 0;
}
.xinwen dl{
	margin:0;
}
.xinwen dd{
	padding: 40px 0;
	border-bottom: 1px solid #dddddd;
}
.xinwen dd:first-child{
	padding-top: 0;
}
.xinwen-pic{
	width: 288px;
	margin-right: 55px;
}
.xinwen-pic .imgbox_a{
	padding-bottom: 59%;
}
.xinwen-con{
	overflow: hidden;
	padding-top: 8px;
}
.xinwen-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.xinwen-con h2{
	margin:0;
	font-size: 26px;
	color: #333;
	margin:17px 0 20px;
}
.xinwen-con h2 a:hover{
	color: #385daf;
}
.xinwen-con p{
	margin:0;
	font-size: 14px;
	color: #999;
}
.xinwen-a{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin-top: 24px;
}
.xinwen-a::after{
	display: inline-block;
	vertical-align: middle;
	width: 55px;
	height: 1px;
	content:"";
	background-color: #333;
	margin-left: 15px;
}
.xinwen-a a:hover{
	color: #385daf;
}
.fenye ul{
	margin:0;
}
.fenye{
	text-align: center;
	margin-top: 50px;
}
.erji-bottom-div{
	padding: 15px 0;
}
.danpian{
	max-width: 1200px;
	margin:0 auto;
}
.danpian-con *{
    line-height: 2!important;
}
.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;
}
.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	padding: 20px 0 20px;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.dan-a a{
	font-size: 16px;
	color:#666;
}
.dan-a a:hover{
	color:#385daf;
}
.zhuanti-dl{
	padding-bottom: 100px;
}
.zhuanti-dl dl{
	margin:0;
}
.zhuanti-dl dd+dd{
	margin-top: 30px;
}
.zhuanti-dl dd a,.zhuanti-dl dd img{
	display: block;
	width: 100%;
}
.pic-list{
	overflow: hidden;
}
.pic-list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}
.pic-list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}
.pic-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.pic-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}
.pic-item:hover .pic-h1{color: #385daf;}
.pro{
	padding: 20px 0;
}
.pro-item+.pro-item{
	margin-top: 70px;
}
.pro-pic{
	width: 45.7%;
}
.pro-pic .imgbox_a{
	padding-bottom: 60.9375%;
}
.pro-con{
	width: 45.7%;
	padding-top: 30px;
}
.pro-con-h1 img{
	display: block;
	width: 40px;
	margin-bottom: 15px;
}
.pro-con-h1 span{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.pro-con-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin:30px 0;
}
.pro-a{
	padding-top: 13px;
}
.pro-a a{
	float: left;
	width: 136px;
	height: 46px;
	line-height: 46px;
	border-radius: 999em;
	background-color: #f8f8f8;
	font-size: 15px;
	color: #444;
	padding-left: 55px;
	background-repeat: no-repeat;
	background-position: 22px center;
	background-image: url(../images/pro-a-ico2.png);
	transition: background-image .3s,background-color .3s,color .3s;
}
.pro-a a+a{
	margin-left: 24px;
}
.pro-a a:first-child{
	background-image: url(../images/pro-a-ico1.png);
}
.pro-a a:hover{
	background-color: #004998;
	color:#fff;
	background-image: url(../images/pro-a-ico2h.png);
}
.pro-a a:first-child:hover{
	background-image: url(../images/pro-a-ico1h.png);
}
.wenhua-h1{
	font-size: 32px;
	color: #333;
	text-align: center;
	padding-bottom: 35px;
}
.wenhua1-shipin .imgbox_a{
	padding-bottom: 21%;
}
.bo{
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 25;
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: -45px;
}
.bo img{
	display: block;
	width: 54px;
	margin:0 auto 11px;
}
.wenhua1-shipin{
	height: 294px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	cursor: pointer;
}
.wenhua-m50{
	margin-top: 50px;
}
.wenhua2-dl{
	overflow: hidden;
}
.wenhua2-dl dl{
	margin:0;
	margin-left: -1%;
	margin-top: -1%;
}
.wenhua2-dl dd{
	float: right;
	width: 24%;
	margin-left: 1%;
	margin-top: 1%;
}
.wenhua2-dl dd:first-child{
	width: 49%;
}
.wenhua2-dl dd .imgbox_a{
	padding-bottom: 69.12%;
}
.wenhua2-dl dd:first-child .imgbox_a{
	padding-bottom: 69.7%;
}
.wenhua2-dl dd.wenhua2-more .imgbox_a{
	background-color: #ffa200;
}
.wenhua2-dl dd.wenhua2-more .imgbox_a span{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 38px;
	text-align: center;
	top:50%;
	margin-top: -25px;
}
.wenhua2-dl dd.wenhua2-more .imgbox_a:hover span{
	font-weight: bold;
}
.wenhua3-div{
	width: 50%;
	background-image: url(../images/landi.png);
	padding: 50px 50px 40px;
}
.wenhua3-p{
	font-size: 18px;
	color: #fff;
	line-height: 2;
	height: 8em;
	overflow: hidden;
}
.wenhua3-more{
	font-size: 14px;
	color: #fff;
	margin-top: 25px;
}
.wenhua3-more a:hover{
	font-weight: bold;
}
.wenhua3-div-wp{
	padding: 120px 0 90px;
	background-image: url(../images/wenhua3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.wenhua4-time{
	background-repeat: repeat-x;
	background-position: left 11px;
	background-image: url(../images/wenhua4-time.png);
}
.wenhua4-time .item{
	text-align: center;
	font-size: 0;
	line-height: normal;
}
.wenhua4-time .item span{
	display: inline-block;
	font-size: 24px;
	color: #000;
	padding-top: 45px;
	cursor: pointer;
	background-image: url(../images/span.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.wenhua4-time .item span:hover{
	color: #c90815;
}
.wenhua4-time .item.cur span{
	background-image: url(../images/spanh.png);
	color: #c90815;
}
.wenhua4-1{
	position: relative;
}
.wenhua4-left{
  position: absolute;
  left:0px;
  top: -3px;
  width: 18px;
  cursor: pointer;
  z-index: 50;
}
.wenhua4-right{
  position: absolute;
  right:0px;
  top: -3px;
  width: 18px;
  cursor: pointer;
  z-index: 50;
}
.wenhua4-2{
	position: relative;
	overflow: hidden;
	margin-top: 25px;
}
.wenhua4-2-div{
	position: absolute;
	width: 100%;
	left: -5000%;
	top: 0;
	z-index: 15;
}
.wenhua4-2-div.cur{
	position: relative;
	left: 0
}
.wenhua4-2-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.wenhua4-2-con{
	margin-top: 26px;
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.wenhua4-2-con h1{
	margin:0;
	font-size: 24px;
	color: #000;
}
.wenhua4-2-con h2{
	margin:0;
	font-size: 20px;
	color: #000;
	line-height: 1.6;
	height: 3.2em;
	overflow: hidden;
	margin:15px 0 20px;
}
.wenhua4-2-con h2 a:hover{
	color: #c90815;
}
.wenhua4-2-con p{
	margin:0;
	font-size: 16px;
	color: #858585;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}
.video-wp{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	padding: 0 60px;
	transition:  .3s;
	text-align: center;
	z-index: -1;
}
.video-wp.cur{
	opacity: 1;
	visibility: visible;
	z-index: 1800;
}
.video-box{
	position: relative;
	width: 100%;
}
.video-close{
	position: absolute;
	width: 36px;
	right: -18px;
	top: -18px;
	cursor: pointer;
	z-index: 50;
}
.video-close img{
	display: block;
	width: 100%;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.video-close:hover img{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transition: transform .3s;
}
.video-box video {
    max-height: calc(100vh - 4em);
    width: 100%!important;
    vertical-align: middle;
    max-width: 100%;
    display: block;
}
.video-box video:focus{
	outline: none;
}
.zhuanti-list-erji{
	background-color: #ededed;
}
.menu{
	width: 250px;
	margin-right: 50px;
}
.menu-h1{
  background-color: #c61000;
  position: relative;
  z-index: 8;
  padding: 60px 0;
  padding-left: 28px;
  font-size: 24px;
  color: #fff;
}
.menu-dl{
	background-color: #fff;
	margin-top: 6px;
}
.menu-dl dl{
	margin:0;
}
.menu-dl dd+dd{
	border-top: 1px solid #ddd;
}
.menu-dl dd>a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	padding: 13px 15px;
	transition: .3s;
}
.xiayin img {
    display: block;
    width: 100%;
}
.menu-dl dd>a:hover, .menu-dl dd.cur>a {
    background-color: #787878;
    color: #fff;
}
.erji-content{
	overflow: hidden;
	background-color: #fff;
	padding: 50px;
}
.erji-title {
	border-bottom: 2px solid #ddd;
}
.erji-title h1{
	margin:0;
	font-size: 24px;
	color: #c61000;
	border-bottom: 2px solid #c61000;
	padding-bottom: 15px;
	position: relative;
	bottom: -2px;
}
.zhuanti-list{
	padding-top: 15px;
	border-bottom: 1px dotted #cecfd1;
}
.zhuanti-list .list01 dd{
	height: 41px;
	line-height: 40px;
	background-image: url(../images/hongjiao.jpg);
	padding-left: 12px;
}
.zhuanti-list .list01 dd a:hover{
	color: #c61000;
}
.erji-content .danpian{
	padding-top: 25px;
}
.erji-content .dan-a a:hover{
	color: #c61000;
}
.contact-map-wp{
	width: 65%;
	height: 450px;
	margin-left: 30px;
}
.contact-map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.contact1-con{
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 2.2;
}
.contact2{
	margin-top: 70px;
}
.contact1-1 dl{
	margin:0;
	margin-left: -3%;
}
.contact1-1 dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}
.contact1-1 dd input{
	width: 100%;
	height: 60px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding-left: 50px;
	border-radius: 0;
	background-repeat: no-repeat;
	background-position: 20px center;
}
.title-222{padding-bottom:30px;}
.title-222 h1{
	margin:0;
	font-size: 34px;
	color: #000;
}
.renli3-table{
	margin:0;
}
.renli3-table table.table{margin:0;}
.renli3-table table.table tr th{
	height: 60px;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background-color: #6f6f6f;
}
.renli3-table table.table tr th:first-child{
	text-align: left;
	padding-left: 108px;
}
.renli3-table table.table tr td{
	height: 80px;
	vertical-align: middle;
	font-size: 18px;
	color: #333;
	text-align: center;
	border-top: 0;
  border-bottom: 1px solid #ddd;
}
.renli3-table table.table tr td:first-child{
	text-align: left;
	padding-left: 108px;
}
.renli3-table table.table tr.tr_11{
	cursor: pointer;
}
.renli3-table table.table tr.tr_11:hover td:first-child{
	color: #385daf;
}
.renli3-table table.table tr.tr_11.cur td:first-child{
	color: #385daf;
	font-weight: bold;
}
.renli3-table table.table tr.tr_22 td:first-child{
	padding: 0;
	height: auto;
	border-bottom: 0;
}
.renli3-con{
	font-size: 18px;
	color: #777;
	background-color: #f8f8f8;
	padding: 30px;
	padding-left: 108px;
	line-height: 2;
	display: none;
  border-bottom: 1px solid #ddd;
}
.dashiji{
	position: relative;
	padding-top: 28px;
}
.dashiji::before{
	position: absolute;
	width: 28px;
	height: 28px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/dashiji1.png);
	left: 50%;
	margin-left: -14px;
	top: 0;
}
.dashiji-list{
	padding: 40px 0;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(../images/dashiji-line.jpg);
}
.dashiji-list ul{
	margin:0;
}
.dashiji-list li{
	padding: 20px 0;
	position: relative;
}
.dashiji-list li::before{
	position: absolute;
	width: 17px;
	height: 17px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/dashiji2.png);
	left: 50%;
	margin-left: -8px;
	top: 50px;
	z-index: 20;
}
.dashiji-list li:first-child{
	margin-top: 0;
}
.dashiji-list li.nolili{
	display: none;
}
.erji-content{overflow: hidden;}
.dashiji-date{
	height: 77px;
	line-height: 77px;
	width: 45%;
	color: #000;
	font-size: 24px;
	position: relative;
	z-index: 20;
	/*transition: .3s;*/
}
.dashiji-date.fl{
	text-align: right;
}
.dashiji-con{
	width: 46%;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	background-color: #f7f7f7;
	border-radius: 5px;
	padding:24px 30px 25px;
	position: relative;
	z-index: 20;
	/*transition: .3s;*/
}
.dashiji-con img{
	display: block;
	margin-bottom: 10px;
	width: 200px;
}
.dashiji-con.fl img{
	margin-left: auto;
}
.dashiji-con.fl{
	text-align: right;
}
.dashiji-more a{
	display: block;
	width: 104px;
	height: 104px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/dashiji4.png);
	text-align: center;
	font-size: 16px;
	color: #e1502f;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 104px;
	text-align: center;
	margin:0 auto;
}
.dashiji-more a:hover{
	font-weight: bold;
}
/*.dashiji-list li:hover::before{background-image: url(../images/dashiji3.png);}
.dashiji-list li:hover::after{opacity: 1;visibility: visible;}
.dashiji-list li:hover .dashiji-date{color: #fff;}
.dashiji-list li:hover .dashiji-con{color: #fff;background-color: transparent;}*/







.zaixianliuyan-li{
	margin-top: 16px;
}
.zaixianliuyan-li span{
	font-size: 14px;
	color:#666;
	height: 42px;
	line-height: 42px;
	width: 81px;
	padding-left:10px;

}

.zaixianliuyan-input{
	overflow: hidden;
}
.zaixianliuyan-input input:focus,
.zaixianliuyan-input textarea:focus{
	outline: none;
}
.zaixianliuyan-input input[type="text"]{
	width: 285px;
	height: 42px;
	border:1px solid #e6e6e6; 
	background-color: #fdfdfd;
	padding: 8px 12px;
	font-size: 14px;
	display: block;
	color:#333;
}

.zaixianliuyan-input textarea{
	display: block;
	width: 100%;
	height: 152px;
	border:1px solid #e6e6e6; 
	background-color: #fdfdfd;
	line-height: 1.6;
	padding: 8px 12px;
	font-size: 14px;
	color:#333;resize: none;
}
.zaixianliuyan-input-yan{
    position: relative;
    max-width: 426px;
    padding-right: 141px;
}
.zaixianliuyan-input-yan img{
    position: absolute;
    right: 0;
    top:0;
    left:295px;
    width:141px;
    height: 42px;
    padding: 0;
    border-radius: 0;
}
.zaixianliuyan-input input[type="submit"]{
	display: block;
	width: 120px;
	height: 45px;
	line-height: 45px;
	border:0;
	background-color: #db3425;
	border-radius: 5px;
	text-align: left;
	padding-left: 44px;
	font-size: 14px;
	color:#fff;
	cursor: pointer;
	background-image: url(../images/zx_1.png);
	background-repeat: no-repeat;
	background-position: 16px center;
}

.zaixianliuyan-2{
	margin-top: 42px;
	padding-bottom: 15px;
}

.zaixianliuyan-2-li-top{
	background-color: #fafdff;
	border:1px solid #edf2f5;
	padding-right: 50px;
	position: relative;
}
.zaixianliuyan-2-li-top a{
	position: absolute;
	width: 22px;
	right: 14px;
	top: 12px;
}

.zaixianliuyan-2-li-top a img{
	display: block;
	width: 100%;
}
.zaixianliuyan-2-li-top span{
	font-size: 14px;
	color:#db3425;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
	width: 158px;
	padding-left:10px;

}

.zaixian-wd-con{
	overflow: hidden;
}

.zaixianliuyan-2-li-top-con{
	overflow: hidden;
    font-size: 14px;
	color:#666;

	line-height: 1.8;
	padding-left: 10px;
	padding-top: 9px;
	padding-bottom: 5px;
}

.zaixianliuyan-2-li-bottom{
	padding-left: 91px;
}

.zaixian-niw span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}

.zaixian-niw-p{
	overflow: hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
}

.zaixianliuyan-2-li-bottom{
	padding-top: 20px;
	padding-bottom: 30px;
}

.zaixian-wd{
	padding-top: 15px;
	margin-top: 13px;
	border-top:1px solid #ececec;
}

.zaixian-wd-hf{
	font-size: 14px;
	color:#d0d0d0;
	height: 32px;
	line-height: 32px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/zx_3.png);
}

.zaixian-wd-p{
	overflow:hidden;
	font-size: 14px;
	color:#666;
	line-height: 32px;
	padding-left: 3px;
}

.zaixian-wd span{
	font-size: 14px;
	color:#999;
	height: 32px;
	line-height: 32px;
	margin-left: 50px;
}